GET Get list of employees
/organizations/:organizationId/employees/ Get list of employees
POST Add new employees
/organizations/:organizationId/employees/ Add new employees
GET Get employee by ID
/organizations/:organizationId/employees/:organizationEmployeeId Get employee by ID
PUT Update employee
/organizations/:organizationId/employees/:organizationEmployeeId Update employee
DELETE Delete employee
/organizations/:organizationId/employees/:organizationEmployeeId Delete employee
GET Get list all employees group by employee
/organizations/:organizationId/employees/all Get list all employees group by employee
GET Get list all employees csv
/organizations/:organizationId/employees/all-csv Get list all employees csv
GET Get list of organization application employees
/organizations/:organizationId/employees/apps Get list of organization application employees
GET Get list of organization Employees groups
/organizations/:organizationId/employees/groups Get list of organization Employees groups